matplotlib annotation
Transform
Transformations Tutorial — Matplotlib documentation
https://matplotlib.org/tutorials/advanced/transforms_tutorial.html
MetPy Mondays `#35 - matplotlib transforms : Unidata Developer's Blog
https://www.unidata.ucar.edu/blogs/developer/en/entry/matplotlib-transforms
Axes coordinates
code:python
ax.text(....., ha="center",va="center",transform=ax.transAxes)
ax.text(....., ha="center",va="center",transform=fig.transFigure)
MetPy Mondays `#150 - Hurricane Markers - Making matplotlib Markers from SVG : Unidata Developer's Blog
https://www.unidata.ucar.edu/blogs/developer/entry/metpy-mondays-150-hurricane-markers
https://gyazo.com/062809ce8cfb123ca4f963f748817dc1
svg